func runtime.newarray

4 uses

	runtime (current package)
		arena.go#L465: 			return newarray(typ, cap)
		malloc.go#L1789: func newarray(typ *_type, n int) unsafe.Pointer {
		malloc.go#L1816: 	return newarray(typ, n)
		malloc.go#L1821: 	return newarray(typ, n)